home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / ra2fls.zip / RA2FLS.TXT < prev    next >
Text File  |  1991-11-26  |  6KB  |  169 lines

  1.  
  2.                                   RA2FLS  1.0
  3.                                   -----------
  4.  
  5.                     Remote Access intercae for FILELIST
  6.                     -----------------------------------
  7.  
  8.     
  9.  
  10.  
  11.                                    CONTENTS
  12.  
  13.  
  14.     1.      Introduction . . . . . . . . . . . . . . . . . . . . . . . . .
  15.     2.      Copyright  . . . . . . . . . . . . . . . . . . . . . . . . . .
  16.     3.      How it works . . . . . . . . . . . . . . . . . . . . . . . . .
  17.     4.      Sample config file   . . . . . . . . . . . . . . . . . . . . .
  18.     5.      Running RA2FLS . . . . . . . . . . . . . . . . . . . . . . . .
  19.     6.      Last word  . . . . . . . . . . . . . . . . . . . . . . . . . .
  20.  
  21.  
  22.  
  23.  
  24.     1.  Introduction:
  25.     -----------------
  26.  
  27.  
  28.         This piece of software is only usefull for people who run BBS
  29.         systems and are using Filelist by Erik VanRiper.
  30.         Filelist produces a a text file that has a list of all the
  31.         files available on the BBS.
  32.  
  33.  
  34.     2.   Copyright:
  35.     ---------------
  36.  
  37.         I'll distribute this under BFD-Ware (Big F****n Deal Ware), sorry
  38.         I just made it up.
  39.         Anyway Its free for all to use, so dont send me any money.
  40.         I also will not provide any guarantees.
  41.  
  42.  
  43.  
  44.  
  45.     3.  How it works:
  46.     -----------------
  47.  
  48.         Under normal circumstances you would have to edit or create
  49.         a configuration file that has the following format.
  50.  
  51.         The default configuration file for FILELIST is FILELIST.CFG.
  52.  
  53.  
  54.         a    - The first line is your BBS name.
  55.  
  56.         b    - The second line is the number of days for a new file to
  57.                be considered new in the file specified on the next line.
  58.  
  59.         c    - The third line is where you want all the new files listed.
  60.                This works out for a straight ASCII textfile for a bulliten
  61.                for your users. If you do not want this file, delete it in
  62.                a batchfile.
  63.  
  64.         d    - The fourth line will be the full path and name of the output
  65.                file that you want created.
  66.  
  67.         e    - The fifth line is the text file that you want included at the
  68.                top of the files listing.
  69.  
  70.         f    - The next (up to 195) lines are each of your file areas, listed
  71.                one per line. The format is as follows:   Full path, ending
  72.                with a backslash.  One space, then the description of the area,
  73.                ending with a carriage return.
  74.  
  75.  
  76.  
  77.         What RA2FLS does is provides a menu and creates this file for you
  78.         taking a bit of typing pain out of it.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.     4.  Sample config file:
  85.     -----------------------
  86.  
  87.         This is a sample FILELIST.CFG:
  88.  
  89.  
  90.         The Cool Cucumber BBS
  91.         31
  92.         c:\ra\txtfiles\newfiles.asc
  93.         c:\fd\source.lst
  94.         c:\support\filelist.pre
  95.         c:\dist\cdown\ Programmers Paradise A-M
  96.         c:\dist\cdownn\ Programmers Paradise N-Z
  97.         c:\dist\dutil\ Utilities for Your IBM
  98.         c:\dist\darcs\ Archive Utilities
  99.         c:\dist\mailer\ Mailer / BBS software
  100.         c:\dist\misc\ Misc. Stuff
  101.         c:\dist\sds\sdsfront\ SDS FrontDoor Related
  102.         c:\dist\sds\softdist\ SDS General Distribution
  103.         c:\dist\sds\newsletr\ SDS Newsletters
  104.         c:\dist\sds\sdstext\ SDS Text Files
  105.         c:\dist\sds\sdsbink\ SDS Binkley
  106.         c:\dist\sds\ftsc\ Fido Tech Stdrds Docs
  107.         c:\dist\winnet\win_drvr\ Windows Distribution Network Drivers
  108.         c:\dist\winnet\win_util\ Windows Distribution Network Utilities
  109.         c:\dist\cl\cl-50\ Clipper-Net Clipper 5.0 Tools
  110.         c:\dist\cl\cl-87\ Clipper-Net Clipper '87 Tools
  111.         c:\dist\cl\cl-dbase\ Clipper-Net Documents, Anomalyreports
  112.         c:\dist\cl\cl-doc\ Clipper-Net Clipper related Tools
  113.         c:\dist\cl\cl-fco\ Clipper-Net dBase Tools
  114.         c:\dist\cl\cl-fox\ Clipper-Net FoxBase Tools
  115.         c:\dist\cl\cl-tool\ Clipper-Net Force (FCO) Tools
  116.         c:\dist\pdn\cee\ Programmers Distribution Network 'C' Related
  117.         c:\dist\pdn\sc_uucp\ UUCP Related Source and Utilities
  118.         c:\dist\proto\news\ FidoNews And Nodediffs
  119.         c:\dist\proto\dmngates\ Domain Gate software
  120.         c:\dist\proto\echolist\ Latest ELIST
  121.         c:\dist\proto\echopol\ Latest ECHOPOL
  122.         c:\dist\other\raidbeta\ RAID beta.
  123.  
  124.  
  125.  
  126.  
  127.     5.  Running RA2FLS:
  128.     -------------------
  129.  
  130.         Simply type in RA2FLS, and a menu will pop up. The program ceates
  131.         its own configuration file called RA2FLS.CFG for internal use.
  132.         Simply change the input fields to the names you want to use.
  133.  
  134.         You can use the TAB key to change input fields.
  135.  
  136.         When you want to select the file areas press Alt-F to activate
  137.         the screen. You can now scroll through the file areas and tag
  138.         any area by pressing the Space bar.
  139.  
  140.         You can view a full screen by pressing the F5 key.
  141.  
  142.         To save your changes press F10, or go to the OK icon and press
  143.         Enter.
  144.  
  145.         Esc will get you out without saving the changes.
  146.  
  147.         By choosing the Init icon the program will parse the Remote
  148.         Access configuration files and load up the defaults.
  149.  
  150.  
  151.         A couple of things to remember..
  152.         --------------------------------
  153.  
  154.         The program needs to read the enviroment variable 'RA' , if it
  155.         cannot read this it will not run.
  156.  
  157.         F10 will save the changes.
  158.  
  159.  
  160.  
  161.     6.  Last word:
  162.     --------------
  163.  
  164.         You can contact me on 3:635/534@fido if you have any problems.
  165.  
  166.         Enjoy !
  167.  
  168.  
  169.